home *** CD-ROM | disk | FTP | other *** search
- # States.
- state sNormal 303
- state sEnd 808
-
-
- # The state that the music FSM will start in.
- start-state sNormal
-
-
- # The pattern that the FSM will initially start playing.
- start-pattern pEerie9
-
-
- # The samples that will be used by the FSM, and
- # their aliases.
-
- sample 09eerie m9eerie
-
-
- # -----
- # Pattern information.
- # -----
-
- pattern pEerie9
- {
- sequence
- {
- m9eerie
- }
- state-table
- {
- default pEerie9
- sEnd end
- }
- }
-